home *** CD-ROM | disk | FTP | other *** search
/ Canon Creative 3 / Canon Creative 3.iso / webrec / WEBRECD1.DIR / 00035.ls < prev    next >
Encoding:
Text File  |  1996-12-10  |  152 b   |  11 lines

  1. on mouseDown
  2.   if clickButton() then
  3.     if the pauseState = 1 then
  4.       continue()
  5.       updateStage()
  6.     else
  7.       pause()
  8.     end if
  9.   end if
  10. end
  11.